home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 1 code / dynamo / makefile < prev    next >
Encoding:
Makefile  |  1989-08-16  |  432 b   |  19 lines  |  [TEXT/MPS ]

  1. ObjDir  = :o:
  2. App        = sample
  3. Objects = {ObjDir}sample.obj
  4.  
  5. {App} ƒ {ObjDir}sample.lnk
  6.     DuplicateIIGS -y -mac {ObjDir}sample.bin :
  7.  
  8. {ObjDir}sample.lnk ƒ {Objects}
  9.     LinkIIGS -x ∂
  10.         -lib :libs:rt.lib ∂
  11.         {Objects} ∂
  12.         -lseg sample {ObjDir}sample.obj ∂
  13.         :libs:rt.lib ∂
  14.         -o {ObjDir}sample.lnk
  15.     makebiniigs {ObjDir}sample.lnk -o {ObjDir}sample.bin -org $800
  16.  
  17. {ObjDir}sample.obj    ƒ sys.equ sample.a
  18.     asmiigs sample.a -o {ObjDir}sample.obj
  19.